From: Matthias Clasen Date: Tue, 11 Oct 2022 17:53:26 +0000 (+0000) Subject: Apply 2 suggestion(s) to 2 file(s) X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~185^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=2520148ebb174c6c938282a4916efc5597ca9afe;p=gtk4.git Apply 2 suggestion(s) to 2 file(s) --- diff --git a/gtk/gtkstringsorter.c b/gtk/gtkstringsorter.c index 87f65da897..266fc81e55 100644 --- a/gtk/gtkstringsorter.c +++ b/gtk/gtkstringsorter.c @@ -338,7 +338,7 @@ gtk_string_sorter_class_init (GtkStringSorterClass *class) * Since: 4.10 */ properties[PROP_COLLATION] = - g_param_spec_enum ("collationmode", NULL, NULL, + g_param_spec_enum ("collation", NULL, NULL, GTK_TYPE_COLLATION, GTK_COLLATION_UNICODE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY); diff --git a/gtk/gtkstringsorter.h b/gtk/gtkstringsorter.h index ea61a47061..7e687e51d1 100644 --- a/gtk/gtkstringsorter.h +++ b/gtk/gtkstringsorter.h @@ -58,6 +58,8 @@ void gtk_string_sorter_set_ignore_case (GtkStringSorter * * Note that the result of sorting will in general depend on the current locale * unless the mode is @GTK_COLLATION_NONE. + * + * Since: 4.10 */ typedef enum {